ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / DataTree.Snapshot<T> Class / DataTree.Snapshot<T> Constructor

In This Topic
    DataTree.Snapshot<T> Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal definition As Def.Report, _
       ByVal data As DataTree.Scope(Of T) _
    )
    public DataTree.Snapshot<T>( 
       Def.Report definition,
       DataTree.Scope<T> data
    )

    Parameters

    definition
    data
    See Also